Fix ./-> typo. (Federic Crozat)
authorOwen Taylor <otaylor@redhat.com>
Thu, 18 Mar 2004 15:09:55 +0000 (15:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 18 Mar 2004 15:09:55 +0000 (15:09 +0000)
Thu Mar 18 10:07:15 2004  Owen Taylor  <otaylor@redhat.com>

        * pixbuf-draw.c (match_theme_image): Fix ./-> typo.
        (Federic Crozat)

modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/pixbuf-draw.c

index ca3388340af4fffab12cb81c5b18fec457de7c7a..20cf1078bb6e1755a0424597b7dcedc5c7a22fc5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar 18 10:07:15 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * pixbuf-draw.c (match_theme_image): Fix ./-> typo.
+       (Federic Crozat)
+
 Wed Mar 17 16:38:00 2004  Owen Taylor  <otaylor@redhat.com>
 
        * pixbuf-draw.c (match_theme_image): Fix problem with
index 5918082bf1264135c263d42dc07be89af2ddf917..f3eb17d35cd2300cab881919375737c59ce3b290 100644 (file)
@@ -75,7 +75,7 @@ match_theme_image (GtkStyle       *style,
        continue;
 
       if (image->match_data.detail &&
-         (!match_data.detail ||
+         (!match_data->detail ||
           strcmp (match_data->detail, image->match_data.detail) != 0))
       continue;